From: Glenn Morris Date: Tue, 25 Aug 2009 03:26:40 +0000 (+0000) Subject: (top-level): Don't require lucid (and hence run-time cl). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10920 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8024d5f3132c58d11474138558191fa50b821c54;p=emacs.git (top-level): Don't require lucid (and hence run-time cl). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4269c86a2e2..998daf37a45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,6 +8,9 @@ * play/bubbles.el (top-level): Don't require cl at run-time. + * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence + run-time cl). + 2009-08-24 Dmitry Dzhus * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*' diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index febd0dfed8b..4c5a21f4b2a 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -10973,8 +10973,7 @@ and the case items." ;; second (emacs/xemacs) impl.: G. Van der Plas (spice-mode.el) (if (featurep 'xemacs) - (require 'overlay) - (require 'lucid)) ;; what else can we do ?? + (require 'overlay)) (defconst verilog-include-file-regexp "^`include\\s-+\"\\([^\n\"]*\\)\""